home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3224 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 9 Feb 1996 05:45:54 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: world
  8. Message-ID: <4fen2i$eag@maureen.teleport.com>
  9. References: <4e38rv$9ic@sunsystem5.informatik.tu-muenchen.de> <4f4p95$hj6@oreig.uji.es> <38232328@kone.fipnet.fi>
  10. NNTP-Posting-Host: julie.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  14.  
  15. : > Many people keep a table of left and right edges for phong, t-mapping
  16. : > and all that stuff. This is really necessary on the PC due to the
  17. : > lack of registers, but on a 68k system you can easily calculate
  18. : > left and right edges keeping LeftX, RightX, LeftDelta and RightDelta
  19. : > in registers avoiding some memory accesses. Ok, this is part of the
  20.  
  21. : Actually this is better on 80x86, too.
  22.  
  23.  What is best on the 80x86? 80x86 does less memory access during
  24.  a tmap polygon loop? 
  25.  
  26.  Stephan
  27.  
  28.